10000 GitHub - shoucandanghehe/Tarina: A collection of common utils for Arclet Projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A collection of common utils for Arclet Projects

License

Notifications You must be signed in to change notification settings

shoucandanghehe/Tarina

 
 

Repository files navigation

Tarina

A collection of common utils for Arclet Projects

Installation

pip install tarina

Usage

from tarina import generic_isinstance
from typing import List

assert generic_isinstance([1, 2, 3], List[int])

Build from source

git clone https://github.com/ArcletProject/Tarina.git
cd Tarina
pip install setuptools wheel cibuildwheel==2.12.1
pip install -r requirements/cython.txt
make cythonize
python -m cibuildwheel --output-dir wheelhouse

About

A collection of common utils for Arclet Projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.7%
  • C 19.3%
  • Cython 2.9%
  • Makefile 0.1%
0