HuggingFace/NLP is an open library of NLP datasets.
Project description
Simple check list for release from AllenNLP repo: https://github.com/allenai/allennlp/blob/master/setup.py
To create the package for pypi.
Change the version in __init__.py, setup.py as well as docs/source/conf.py.
Commit these changes with the message: “Release: VERSION”
Add a tag in git to mark the release: “git tag VERSION -m’Adds tag VERSION for pypi’ ” Push the tag to git: git push –tags origin master
Build both the sources and the wheel. Do not change anything in setup.py between creating the wheel and the source distribution (obviously).
For the wheel, run: “python setup.py bdist_wheel” in the top level directory. (this will build a wheel for the python version you use to build it).
For the sources, run: “python setup.py sdist” You should now have a /dist directory with both .whl and .tar.gz source versions.
Check that everything looks correct by uploading the package to the pypi test server:
twine upload dist/* -r pypitest (pypi suggest using twine as other methods upload files via plaintext.) You may have to specify the repository url, use the following command then: twine upload dist/* -r pypitest –repository-url=https://test.pypi.org/legacy/
Check that you can install it in a virtualenv by running: pip install -i https://testpypi.python.org/pypi nlp
Upload the final version to actual pypi: twine upload dist/* -r pypi
Copy the release notes from RELEASE.md to the tag in github once everything is looking hunky-dory.
Update the documentation commit in .circleci/deploy.sh for the accurate documentation to be displayed
Update README.md to redirect to correct documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file nlp-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: nlp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 857.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e643abf27d5bfa07f1eed9263420b75ad3c55218c2c44a14730afd4ed9db1176 |
|
MD5 | 3be02392cba8b19af9dc12d508439725 |
|
BLAKE2b-256 | 9c6917c95e9bdb431bb5102f331d3d34e0f3aabef14a8041690ad72c2b11d1d0 |