Package Dependency: Validates package requirements
Project description
# Link
https://pypi.python.org/pypi/fipipkg
# .pypirc
```
mkdir ~/.pypirc
chmod 600 ~/.pypirc
vim ~/.pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository: https://pypi.python.org/pypi
username: <username>
password: <password>
[pypitest]
repository: https://testpypi.python.org/pypi
username: <username>
password: <password>
```
# upload
```
pip install twine
```
```
python setup.py sdist
python setup.py bdist_wheel
twine register dist/*.whl
twine upload dist/*
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fipipkg-0.1.dev2.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fipipkg-0.1.dev2.tar.gz.
File metadata
- Download URL: fipipkg-0.1.dev2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95f536407ddf42af14bd30c44e1b62611187722582419ff88efed9bf31e0528
|
|
| MD5 |
40d18aea0319eeb6a88c5599cade005c
|
|
| BLAKE2b-256 |
1ad278e3873e2d1932c37a4187497918a63bf519724752e77ab6eeef15c214dc
|
File details
Details for the file fipipkg-0.1.dev2-py3-none-any.whl.
File metadata
- Download URL: fipipkg-0.1.dev2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2d8e922ce3806b5b05abfcaffa0c8682db385e01b86224d40c7922d81c8e3e4
|
|
| MD5 |
d358e858b24b7a94f2e0a4b6c7ebb1aa
|
|
| BLAKE2b-256 |
b10b79ca7b088c5bd08f33af2b50f19ca63a738ec56815bde83819afac66a225
|