Skip to main content
  • author: laplaciannin102


Table of Contents


How to install

pip install sample_annn_pkg

Github repository

PyPI repository

TestPyPI

PyPI


Directory structure

sample_annn_pkg
├── .gitignore
├── LICENSE
├── MANIFEST.in
├── README.md
├── README.rst
├── sample_annn_pkg
│   ├── __init__.py
│   ├── sample_main_module.py
│   ├── sample_sub_module.py
│   └── datasets
│       ├── __init__.py
│       ├── load_datasets.py
│       └── sample_data
│           ├── sample_data.csv
│           └── sample_data.xlsx
├── tests
│   ├── __init__.py
│   └── test_main_moduleXXX.py
├── requirements.txt
└── setup.py

Easy installation sample

  • command

>> git clone https://github.com/laplaciannin102/sample_annn_pkg.git
>> cd sample_annn_pkg
>> python setup.py sdist upload -r testpypi
>> pip install --index-url https://test.pypi.org/simple/ sample_annn_pkg
  • python

>>> import sample_annn_pkg as sap
>>> sap.func02()
# success!!
# poyo
>>> df0 = sap.datasets.load_sample_data0() # load csv
# load sample data0
# file format: csv
# sample pandas.DataFrame:
#    col1  col2  col3
# 0     1     2     3
# 1     4     5     6
# 2     7     8     9
>>> df1 = sap.datasets.load_sample_data1() # load excel
# load sample data1
# file format: excel
# sample pandas.DataFrame:
#    col4  col5  col6
# 0  hoge    10    11
# 1  fuga    12    13
# 2  poyo    14    15
# 3  piyo    16    17

How to upload pypi package

Release files for sample_annn_pkg 0.0.28

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for sample_annn_pkg 0.0.28
File Size Uploaded
sample_annn_pkg-0.0.28.tar.gz 64.6 kB Details

Release files / sample_annn_pkg-0.0.28.tar.gz

Download URL sample_annn_pkg-0.0.28.tar.gz
Size 64.6 kB
Tags Source
SHA-256 checksum
How to use checksums
80b8f056200100fcc7d416b3b4b095fb38492497f4475fbeb748ae7c5a0361a9
BLAKE2b-256 checksum
How to use checksums
1264e06806b190d277e263df4c6d9eb7e4b1322f28ea00c68fdaf268636220fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.8

Release history Release notifications | RSS feed

This release

0.0.28 This release

1 release file

0.0.13

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page