TG
Size: a a a
TG
TG
ИК
АМ
АМ
ИК
M
ИК
KV
AR
o
K
o
OA
b
b
b
АМ
# Rodin helpers - набор функций для наглядного вывода данных
!wget -q https://gist.githubusercontent.com/madiedinro/c9be2acbba7693d73651c7c5b52c6dfc/raw/jupyter_helpers.py -O rh.py
# личый набор хелперов
import rh
АМ
АМ
from setuptools import setup, find_packages
setup(
name='userlib',
version='0.3.0',
description='Rockstat user library',
url='http://rock.st',
author='Dmitry Rodin',
author_email='madiedinro@gmail.com',
license='Apache-2.0',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries'
],
packages=find_packages(exclude=['examples', 'docs', 'tests*']),
install_requires=[
#'ujson', #например
],
)