Updated .gitignore and README.md

This commit is contained in:
RemixDev 2020-11-12 17:06:41 +01:00
parent 165b160dcd
commit 67c6ff4ca8
No known key found for this signature in database
GPG key ID: B33962B465BDB51C
2 changed files with 24 additions and 2 deletions

23
.gitignore vendored
View file

@ -2,6 +2,8 @@ __pycache__
*/__pycache__ */__pycache__
.DS_Store .DS_Store
node_modules
/dist
# local env files # local env files
/env/ /env/
@ -9,8 +11,25 @@ __pycache__
.env.local .env.local
.env.*.local .env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Private configs
/config.py
/test.py
#build files #build files
/build /build
/dist /*egg-info
updatePyPi.sh updatePyPi.sh

View file

@ -1,6 +1,9 @@
# deezer-py # deezer-py
A wrapper for all Deezer's APIs A wrapper for all Deezer's APIs
## Installing and using the library
You can install this library with `pip install deezer-py`
# License # License
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by